const crypto/tls.alertCloseNotify
7 uses
crypto/tls (current package)
alert.go#L28: alertCloseNotify alert = 0
alert.go#L65: alertCloseNotify: "close notify",
conn.go#L720: if alert(data[1]) == alertCloseNotify {
conn.go#L848: case alertNoRenegotiation, alertCloseNotify:
conn.go#L856: if err == alertCloseNotify {
conn.go#L1478: c.closeNotifyErr = c.sendAlertLocked(alertCloseNotify)
quic.go#L522: return c.sendAlertLocked(alertCloseNotify)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)